home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / cvs-1_3.lha / cvs-1.3 / examples / editinfo < prev    next >
Text File  |  1992-03-21  |  1KB  |  31 lines

  1. #
  2. # editinfo,v 1.1 1992/03/21 06:49:39 berliner Exp
  3. #
  4. # The "editinfo" file is used to allow verification of logging
  5. # information.  It works best when a template (as specified in the
  6. # rcsinfo file) is provided for the logging procedure.  Given a
  7. # template with locations for, a bug-id number, a list of people who
  8. # reviewed the code before it can be checked in, and an external
  9. # process to catalog the differences that were code reviewed, the
  10. # following test can be applied to the code:
  11. #
  12. #   Making sure that the entered bug-id number is correct.
  13. #   Validating that the code that was reviewed is indeed the code being
  14. #       checked in (using the bug-id number or a seperate review
  15. #       number to identify this particular code set.).
  16. #
  17. # If any of the above test failed, then the commit would be aborted.
  18. #
  19. # Actions such as mailing a copy of the report to each reviewer are
  20. # better handled by an entry in the loginfo file.
  21. #
  22. # Although these test could be handled by an interactive script being
  23. # called via an entry in commitinfo,  The information reported in
  24. # such a script can't be easily merged into the report.
  25. #
  26. # One thing that should be noted  is the the ALL keyword is not
  27. # supported. There can be only one entry that matches a given
  28. # repository.
  29. #
  30. DEFAULT            $CVSROOT/CVSROOT/edit "%s"
  31.